INSPIRED NUTRITION LLC
Owner: ratna@hectorai.live · Nutra Wave · ← all brands
Active days
20
Sessions
247
Active hours
2.97
real mouse/keyboard time
Page views
109
Actions
34
Entities changed
1,769
Action mix
Bid
23
Budget
4
Status
6
Rule
0
Scheduler
0
Current automation state
Rules
2 / 4
active / total — 2 paused, 0 expired
Dayparting
1 / 1
active / total — 0 paused, 0 expired
Managers
6
Executives
0
Sellers
1
Vendors
0
Profile 3337595303444839
· amazon
· north_america
Top users on this brand
| Name | Role | Sessions | Active min | |
|---|---|---|---|---|
| siddhant@neondigital.media | Siddhant Shaw | Manager | 126 | 113.6 |
| mahadevvanshi@neondigital.media | Mahadevvanshi Kumar | Manager | 91 | 41.1 |
| john@nutrali.com | John Ward | Admin | 19 | 16.1 |
| admin@hectorai.live | Hector Admin | Admin | 4 | 3.9 |
| ratna@hectorai.live | Ratna Denstu | Manager | 4 | 1.8 |
| prachi.d@hectorai.live | Prachi Das | Manager | 3 | 1.4 |
Daily
| Day | Users | Sessions | Active hours | Page views | Actions | Entities |
|---|---|---|---|---|---|---|
| 2026-05-26 | 1 | 1 | 0.00 | 1 | 0 | 0 |
| 2026-05-27 | 3 | 22 | 0.36 | 30 | 4 | 148 |
| 2026-05-28 | 2 | 6 | 0.06 | 3 | 0 | 0 |
| 2026-06-01 | 1 | 1 | 0.01 | 1 | 0 | 0 |
| 2026-06-02 | 1 | 7 | 0.08 | 6 | 0 | 0 |
| 2026-06-03 | 2 | 5 | 0.07 | 3 | 0 | 0 |
| 2026-06-04 | 1 | 1 | 0.01 | 0 | 4 | 4 |
| 2026-06-05 | 2 | 3 | 0.02 | 0 | 0 | 0 |
| 2026-06-07 | 1 | 1 | 0.01 | 0 | 0 | 0 |
| 2026-06-08 | 4 | 123 | 1.28 | 29 | 12 | 204 |
| 2026-06-09 | 2 | 5 | 0.04 | 0 | 0 | 0 |
| 2026-06-10 | 1 | 1 | 0.01 | 0 | 0 | 0 |
| 2026-06-11 | 1 | 23 | 0.29 | 7 | 2 | 362 |
| 2026-06-12 | 1 | 5 | 0.09 | 1 | 5 | 793 |
| 2026-06-15 | 1 | 2 | 0.01 | 0 | 0 | 0 |
| 2026-06-17 | 2 | 5 | 0.04 | 2 | 0 | 0 |
| 2026-06-18 | 3 | 5 | 0.05 | 8 | 0 | 0 |
| 2026-06-22 | 2 | 13 | 0.15 | 6 | 0 | 0 |
| 2026-06-23 | 2 | 17 | 0.34 | 12 | 7 | 258 |
| 2026-06-25 | 1 | 1 | 0.03 | 0 | 0 | 0 |
4 queries · scanned 28.87 MB · cost $0.000172 · 7.29s
SELECT brand_group,
ANY_VALUE(profile_owner_email) AS profile_owner_email,
ANY_VALUE(company_name) AS company_name,
SUM(distinct_users) AS user_day_rows,
COUNT(DISTINCT day) AS active_days,
SUM(sessions) AS sessions,
SUM(active_seconds) AS active_seconds,
SUM(page_views) AS page_views,
SUM(action_count) AS action_count,
SUM(entity_count) AS entity_count,
SUM(bid_actions) AS bid_actions,
SUM(budget_actions) AS budget_actions,
SUM(status_actions) AS status_actions,
SUM(rule_actions) AS rule_actions,
SUM(scheduler_actions) AS scheduler_actions
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('INSPIRED NUTRITION LLC')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY brand_group
SELECT email,
ANY_VALUE(full_name) AS full_name,
ANY_VALUE(role) AS role,
SUM(sessions) AS sessions,
ROUND(SUM(active_seconds)/60.0, 1) AS active_min
FROM `amazoneast.customerio_data.fact_sessions_daily`
WHERE LOWER(brand_group) = LOWER('INSPIRED NUTRITION LLC')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
GROUP BY email
ORDER BY active_min DESC
LIMIT 5000
SELECT day,
distinct_users,
sessions,
ROUND(active_hours, 2) AS active_hours,
page_views, action_count, entity_count
FROM `amazoneast.customerio_data.vw_brand_day_overview`
WHERE LOWER(brand_group) = LOWER('INSPIRED NUTRITION LLC')
AND day BETWEEN DATE '2026-05-26' AND DATE '2026-06-25'
ORDER BY day
SELECT *
FROM `amazoneast.customerio_data.vw_brand_state`
WHERE LOWER(brand_group) = LOWER('INSPIRED NUTRITION LLC')
LIMIT 5